Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/30 - Tic Tac Toe/

assets /cody/swapnilsparsh/30DaysOfJavaScript/30 - Tic Tac Toe/assets/
1 Items
  • tic-tac-toe.png
  • font /cody/swapnilsparsh/30DaysOfJavaScript/30 - Tic Tac Toe/font/
    1 Items
  • sans.ttf
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/30 - Tic Tac Toe/index.html
    441 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta
    script.js /cody/swapnilsparsh/30DaysOfJavaScript/30 - Tic Tac Toe/script.js
    226 Views
    0 Comments
    var modal = document.getElementById('myModal');
    var grid = new Array(3);
    grid[0] = new Array(3);
    grid[1] = new Array(3);
    grid[2]
    style.css /cody/swapnilsparsh/30DaysOfJavaScript/30 - Tic Tac Toe/style.css
    174 Views
    0 Comments
    * {
    padding: 0;
    box-sizing: border-box;
    font-family: "sans";
    }

    @font-face {
    font-family: "sans";